home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / ulp091b.zip / PCBTEST.BAT < prev    next >
DOS Batch File  |  1992-03-02  |  218b  |  9 lines

  1. @Echo off
  2. cls
  3.  
  4. REM  This command line is for single-node systems...
  5. c:\ulp\ulptest c:\ulp\ulp.cfg 1 %1 %2
  6.  
  7. REM  This command line is for multi-node systems...
  8. REM  c:\ulp\ulptest c:\ulp\ulp.cfg %PCBNODE% %1 %2
  9.